@charset "utf-8";

body {
	background-color: #f8f8f8;
}


/* banner */

.banner {
	width: 100%;
	height: 880px;
	position: relative;
}

.slider {
	position: relative;
	height: 800px;
	min-width: 1000px;
	width: 100%;
	overflow: hidden;
}

.slider .slider-pointer {
	position: absolute;
	bottom: 90px;
	color: #fff;
	list-style: none;
	padding: 0;
	z-index: 999;
}

.slider .slider-pointer li {
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 5px;
	/* border-radius: 15px; */
	background-color: #ffffff;
	opacity: 0.85;
	transition: all 320ms ease;
}

.slider .slider-pointer li:hover {
	background-color: #e30006;
}

.slider .slider-pointer li.active {
	background-color: #b00005;
}

.slider .slider-inner {
	width: 100%;
	height: 800px;
	position: relative;
}

.slider .slider-inner .item {
	width: 100%;
	height: 100%;
	float: left;
}

.slider .slider-inner .img {
	background-position: center top !important;
	width: 100%;
	height: 100%;
}

.slider .slider-control {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 999;
	border-radius: 30px;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	background-color: #ffffff;
	opacity: 0.5;
	cursor: pointer;
	top: 40%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	transition: all 320ms ease;
}

.slider .slider-control:hover {
	opacity: 0.65;
	background-color: #b00005;
}

.slider .slider-control:active {
	opacity: 0.85;
}

.slider .slider-control.prev {
	display: none;
	left: 20px;
}

.slider .slider-control.next {
	display: none;
	right: 20px;
}

.slider:hover .slider-control.prev {
	display: block;
	left: 20px;
}

.slider:hover .slider-control.next {
	display: block;
	right: 20px;
}



.header_nav {
	width: 100%;
	height: 60px;
	background-color: #fefefe;
	position: absolute;
	z-index: 11;
	opacity: 0.85;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
}

.header_nav .h-logo {
	float: left;
	width: 103px;
	height: 36px;
	margin-top: 10px;
}

.header_nav .h-lt {
	float: left;
	margin-left: 20px;
	margin-top: 12px;
}

.header_nav .h-lt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header_nav .h-lt ul li {
	width: 60px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}

.header_nav .h-lt ul li a {
	color: #333333;
}

.header_nav .h-lt ul li a.current {
	color: #000000;
	font-weight: 700;
}

.header_nav .h-lt ul li img {
	margin-top: -3px;
	margin-left: 5px;
}

.header_nav .h-rt {
	float: right;
	width: 340px;
	margin-top: 14px;
}

.header_nav .h-rt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header_nav .h-rt ul li {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}




.header_module {
	width: 1170px;
	background-color: #ffffff;
	height: 100px;
	opacity: 0.98;
	box-shadow: 0 4px 4px 0 #e8eaee;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 20px;
	border-radius: 10px;
	padding: 15px;
}

.header_module ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header_module ul li {
	width: 216px;
	height: 101px;
}

.header_module ul li.bg1 {
	background: url(../Images/header_module-1-bg.png);
}

.header_module ul li.bg2 {
	background: url(../Images/header_module-2-bg.png);
}

.header_module ul li.bg3 {
	background: url(../Images/header_module-3-bg.png);
}

.header_module ul li.bg4 {
	background: url(../Images/header_module-4-bg.png);
}

.header_module ul li.bg5 {
	background: url(../Images/header_module-5-bg.png);
}

.header_module ul li a {
	display: block;
}

.header_module ul li h3 {
	color: #333333;
	font-size: 20px;
	line-height: 25px;
	margin: 20px 0 10px 30px;
	font-weight: bold;
}

.header_module ul li p {
	display: inline-block;
	line-height: 25px;
	padding: 0px 10px;
	background-color: #ed1324;
	color: #ffffff;
	border-radius: 5px;
	margin-left: 30px;
}


.header-search {
	background-color: #ffffff;
	opacity: 0.88;
	width: 660px;
	height: 46px;
	line-height: 46px;
	border: 2px solid #f42334;
	border-radius: 20px;
	position: absolute;
	top: 130px;
	left: 33%;
}

.header-search .dr {
	float: left;
	margin-left: 10px;
	border-right: 1px solid #d6d6d6;
	height: 35px;
	margin-top: 5px;
	padding-right: 8px;
}

.header-search .dr .sy_so_select {
	width: 90px;
	height: 35px;
	border: 0;
	outline: 0;
	color: #333333;
	font-size: 16px;
	display: block
}

.header-search .search-txt {
	float: left;
	margin-top: 2px;
	width: 430px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	border: 0;
	padding-left: 10px;
	outline: 0;
}

.header-search .search-btn {
	float: right;
	margin-top: 4px;
	margin-right: 6px;
	border-radius: 16px;
	border: none;
	width: 90px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
	background-color: #f42334;
	cursor: pointer;
}

/* 广告 */

.gg-list {
	height: 90px;
	width: 1200px;
	margin: 0px auto 10px;
}

	.gg-list a {
		position: relative;
		display: block;
	}

		.gg-list a span {
			position: absolute;
			right: 2px;
			bottom: 2px;
			background: url(../Images/ggtype.png);
			width: 23px;
			height: 13px;
		}



.gg-list-four {
	overflow: hidden;
}

.gg-list-four ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gg-list-four li {
	float: left;
	width: 294px;
	height: 80px;
	margin-bottom: 10px;
}

.gg-list-four li a {
	position: relative;
	display: block;
}

.gg-list-four li a span {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: url(../Images/ggtype.png);
	width: 23px;
	height: 13px;
}


/* 热门行业 */

.industry-category {
	margin-top: 10px;
	/* margin-bottom: 20px; */
}

.industry-category .industry-tit {
	height: 50px;
}

.industry-category .industry-tit h3 {
	color: #333333;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	border-left: 5px solid #ef1728;
	padding-left: 15px;
	float: left;
}

.industry-category .industry-tit img {
	float: right;
}

.industry-category .industry-tit h3 span {
	color: #ef1728;
}

.industry-category .industry-txt {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 5px;
}


.industry-category .industry-txt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.industry-category .industry-txt ul li {
	width: 95px;
	text-align: center;
}

.industry-category .industry-txt ul li p {
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 8px;
}

/* top10 */






.als-item {

	width: 388px;
	cursor: pointer;
}








.als-item-tit1 {
	background: url(../Images/top-bg-1.png);
	background-size: 100% 100%;
	width: 388px;
	height: 55px;
	padding-top: 40px;
}

.als-item-tit2 {
	background: url(../Images/top-bg-2.png);
	background-size: 100% 100%;
	width: 388px;
	height: 55px;
	padding-top: 40px;
}

.als-item-tit3 {
	background: url(../Images/top-bg-3.png);
	background-size: 100% 100%;
	width: 388px;
	height: 55px;
	padding-top: 40px;
}

.als-item-tit1 h3,
.als-item-tit2 h3,
.als-item-tit3 h3 {
	font-size: 20px;
	color: #333333;
	margin-left: 20px;
	line-height: 30px;
	text-align: left;
}

.als-item .logo-list {
	background-color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 5px;
}

.als-item ul li {
	width: 388px;
	height: 50px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.als-item ul li.bg1 {
	background: url(../Images/top-No-bg-1.png);
	background-size: 100% 100%;
}

.als-item ul li.bg2 {
	background: url(../Images/top-No-bg-2.png);
	background-size: 100% 100%;
}

.als-item ul li.bg3 {
	background: url(../Images/top-No-bg-3.png);
	background-size: 100% 100%;
}

.als-item ul li .num {
	margin-top: 10px;
	float: left;
	margin-left: 15px;
	color: #333333;
	font-size: 16px;
	width: 29px;
	height: 23px;
	text-align: center;
}

.als-item ul li .logo {
	width: 70px;
	height: 40px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	box-shadow: 0 4px 14px 0 #eeeeee;
	margin-top:4px;
}

.als-item ul li p {
	margin-left: 15px;
	float: left;
	line-height: 25px;
	color: #333333;
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.als-item ul li span {
	margin-top: 10px;
	line-height: 25px;
	display: block;
	float: right;
	margin-right: 10px;
	color: #c2c2c2;
}

.als-item ul li span i {
	color: #ec1122;
}



/* 影响力热门品牌推荐 */

.hot-brand-box {
	width: 100%;
	height: 825px;
	background: url(../Images/hot-brand-rec-bg.png);
	background-size: 100% 100%;
	margin-top: 5px;
	padding-top: 30px;
}

.hot-brand-wrap {
	width: 1200px;
	margin: 0 auto;
}


.hot-brand-tit {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hot-brand-tit i {
	display: inline-block;
	margin-top: 22px;
}

.hot-brand-tit h3 {
	text-align: center;
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
	margin: 0 20px;

}

.hot-brand-tit h3 span {
	color: #ef1728;
}


.brand-rec-text {
	margin-top: 20px;
	height: 560px;
}


.brand-rec-lt {
	width: 860px;
	height: 570px;
	float: left;
}

.brand-rec-lt .tab-tit {
	width: 800px;
	height: 50px;
}

.brand-rec-lt .tab-tit a {
	text-align: center;
	width: 90px;
	line-height: 40px;
	display: block;
	font-size: 18px;
	float: left;
	color: #ef1728;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 20px;
}

.brand-rec-lt .tab-tit a.current {
	background: #ef1728;
	color: #fff;
}


.brand-tab-con {
	margin-top: 15px;
	width: 840px;
	height: 480px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 20px;
	background: url(../Images/brand-rec-text-bg_1.png);
	background-size: 100% 100%;

}

.brand-tab-con h4 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
}

.brand-tab-con h4 i {
	display: inline-block;
	margin-right: 10px;
}

.brand-tab-con h4 i img {
	margin-top: 15px;
}


.brand-tab-list {
	margin-top: 10px;
}

.brand-tab-con-item {
	display: none;
	width: 815px;
	height: 400px;
}

.brand-tab-con-item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brand-tab-con-item ul li {
	background: url(../Images/brand-tab-con-item-logo.png);
	background-size: 100% 100%;
	width: 135px;
	height: 170px;
	padding: 10px 10px;
	margin-bottom: 20px;
	box-shadow: 0 0px 8px #ddd;
}

.brand-tab-con-item ul li img {
	width: 100%;
}

.brand-tab-con-item ul li p {
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.brand-rec-rt {
	width: 340px;
	height: 570px;
	float: right;
}

.brand-rec-rt-more {
	text-align: right;
	height: 50px;
}

.brand-rec-rt-text {
	margin-top: 15px;
	height: 480px;
	padding-top: 10px;
	background: url(../Images/brand-rec-text-bg_2.png);
	background-size: 100% 100%;
	border-left: 2px solid #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}

.brand-rec-rt-text h4 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
}

.brand-rec-rt-text h4 i {
	display: inline-block;
	margin-right: 10px;
}

.brand-rec-rt-text h4 i img {
	margin-top: 15px;
}

.brand-rec-rt-text ul li {
	line-height: 42px;
	height: 42px;
	font-size: 14px;
	border-bottom: 1px solid #ffffff;
}

.brand-rec-rt-text ul li span {
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	float: left;
}

.brand-rec-rt-text ul li em {
	font-size: 14px;
	display: block;
	color: #c2c2c2;
	float: right;
}

/* 品牌招商 */

.brand-invest-box {
	width: 100%;
	height: 687px;
	background: url(../Images/brand-invest-box-bg.png);
	background-size: 100% 100%;
}

.brand-invest-wrap {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

.brand-invest-tit {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.brand-invest-tit i {
	display: inline-block;
	margin-top: 22px;
}

.brand-invest-tit h3 {
	text-align: center;
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
	margin: 0 20px;
}

.brand-invest-tit h3 span {
	color: #ef1728;
}

.invest-con {
	width: 1200px;
	margin-top: 60px;
	height: 480px;
}

.invest-con-lt {
	float: left;
	width: 820px;
	height: 460px;

}

.invest-con-lt-tit {
	height: 40px;
}

.invest-con-lt .invest-con-lt-tit h4 {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
}

.invest-con-lt .invest-con-lt-tit h4 i {
	display: inline-block;
	margin-right: 10px;
}

.invest-con-lt .invest-con-lt-tit h4 i img {
	margin-top: 15px;
}

.invest-con-lt .invest-con-lt-tit a {
	display: block;
	float: right;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
}

.invest-con-lt .invest-con-lt-text {
	margin-top: 5px;
	background: url(../Images/invest-bg.png);
	background-size: 100% 100%;
	width: 820px;
	height: 431px;
}

.invest-con-lt .invest-con-lt-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.invest-con-lt .invest-con-lt-text .invest-item {
	width: 175px;
	height: 185px;
	padding: 15px 15px;
	text-align: center;

}

.invest-con-lt .invest-con-lt-text .invest-item img {
	width: 165px;
	height: 124px;
	margin-bottom: 10px;
	box-shadow: 0 1px 4px #ddd;
}

.invest-con-lt .invest-con-lt-text .invest-item p {
	text-align: center;
	line-height: 25px;
}

.invest-con-lt .invest-con-lt-text .invest-item p span {
	color: #E00B0B;
	font-size: 16px;
	font-weight: bold;
}





.invest-con-rt {
	float: right;
	width: 360px;
	height: 460px;

}

.invest-con-rt-tit {
	height: 40px;
}

.invest-con-rt .invest-con-rt-tit h4 {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 2px;
}

.invest-con-rt .invest-con-rt-tit h4 i {
	display: inline-block;
	margin-right: 10px;
}

.invest-con-rt .invest-con-rt-tit h4 i img {
	margin-top: 15px;
}

.invest-con-rt .invest-con-rt-tit a {
	display: block;
	float: right;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;

}

.invest-con-rt .invest-con-rt-text {
	margin-top: 5px;
	background: url(../Images/invest-news-bg.png);
	background-size: 100% 100%;
	width: 345px;
	height: 415px;
	padding: 15px 15px 0 0;
}

.invest-con-rt .invest-con-rt-text ul li {
	background-color: #ffffff;
	margin-bottom: 15px;
	padding-left: 15px;

	width: 330px;
}

.invest-con-rt .invest-con-rt-text ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}


.invest-con-rt .invest-con-rt-text ul li h3 {
	width: 205px;
	line-height: 22px;
	margin-top: 10px;
	color: #333333;
	font-size: 14px;
	padding-right:5px;
}

.invest-con-rt .invest-con-rt-text ul li img {
	width: 36%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.invest-con-rt .invest-con-rt-text ul li p {
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 12px;
	color: #c2c2c2;
}


/* 品牌资讯 */

.news1-box {
	width: 100%;
	height: 680px;
}

.news1-wrap {
	margin: 0 auto;
	width: 1200px;
	padding-top: 30px;
}

.news1-tit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news1-tit i {
	display: inline-block;
	margin-top: 22px;
}

.news1-tit h3 {
	text-align: center;
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
	margin: 0 20px;
}

.news1-tit h3 span {
	color: #ef1728;
}

.news1-text {
	margin-top: 35px;
	height: 580px;

}

.news1-text .text1-lt {
	width: 350px;
	height: 530px;
	background-color: #ffffff;
	padding: 15px;
	float: left;
}

.news1-text .text1-lt ul li {
	line-height: 36px;
	font-size: 16px;
}

.news1-text .text1-lt ul li.first {
	width: 350px;
	height: 455px;
	font-size: 16px;
}

.news1-text .text1-lt ul li.first h2 {
	margin-top: 5px;
	line-height: 35px;
	font-weight: bold;
}

.news1-text .text1-lt ul li.first p {
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 25px;
}


.news1-text .text1-lt ul li i {
	background: #f86778;
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 15px;
	margin-right: 8px;
}

.news1-text .text1-lt ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.news1-text .text1-ct {
	width: 380px;
	height: 560px;
	float: left;
	margin-left: 25px;
}

.text1-ct .text1-ct-tit {
	height: 32px;
}

.text1-ct .text1-ct-tit h4 {
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
}

.text1-ct .text1-ct-tit h4 i {
	display: inline-block;
	margin-right: 10px;
}

.text1-ct .text1-ct-tit h4 i img {
	margin-top: 15px;
	margin-bottom: 10px;
}

.text1-ct .text1-ct-tit a {
	display: block;
	float: right;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 32px;
}

.text1-ct ul li {
	background-color: #ffffff;
	padding: 13px;
	margin-top: 10px;
}

.text1-ct ul li h2 {
	line-height: 22px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.text1-ct ul li p {
	font-size: 14px;
	color: #c2c2c2;
}


.news1-text .text1-rt {
	width: 390px;
	height: 530px;
	float: right;
	margin-left: 25px;

}

.text1-rt .text1-rt-tit {
	height: 32px;
	margin-bottom: 10px;
}

.text1-rt .text1-rt-tit h4 {
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
}

.text1-rt .text1-rt-tit h4 i {
	display: inline-block;
	margin-right: 10px;
}

.text1-rt .text1-rt-tit h4 i img {
	margin-top: 15px;
	margin-bottom: 10px;
}

.text1-rt .text1-rt-tit a {
	display: block;
	float: right;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 32px;
}

.text1-rt ul li {

	background-color: #ffffff;
	height: 85px;
}

.text1-rt ul li.first {
	width: 390px;
	height: 178px;
	position: relative;
	overflow: hidden;
	background-color: #f8f8f8;
}

.text1-rt ul li.first img {
	width: 100%;
	height: auto;
	border-top-right-radius: 50px;
}

.text1-rt ul li.first .tit-bg {
	background-color: #011b47;
	opacity: 0.75;
	width: 375px;
	padding-left: 15px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.text1-rt ul li.first .tit-bg p {
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}


.text1-rt ul li span {
	float: left;
	font-size: 16px;
	color: #c2c2c2;
	display: block;
	width: 70px;
	height: 55px;

	margin-left: 20px;
	margin-top: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #f8f8f8;
}

.text1-rt ul li p {
	margin-top: 5px;
	font-size: 14px;
	color: #c2c2c2;
	display: block;
	font-weight: 500;
}

.text1-rt ul li h2 {
	width: 300px;
	float: right;
	margin-top: 20px;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
	height: 60px;
	border-bottom: 1px solid #f8f8f8;
}



/* 品牌资讯2 */

.news2-box {
	width: 100%;
	height: 700px;
	background: url(../Images/news2-box-bg.png);
	background-size: 100% 100%;
}

.news2-wrap {
	margin: 0 auto;
	width: 1200px;
	padding-top: 50px;
}

.news2-wrap .news2-nav {
	height: 40px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news2-wrap .news2-nav ul li {
	line-height: 35px;
	border: 1px solid #ff4654;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 20px;
	letter-spacing: 2px;
	float: left;
	margin-right: 20px;

}

.news2-wrap .news2-nav>a {
	display: block;
}

.news2-wrap .news2-nav ul li a {
	color: #ff4654;
}

.news2-lt {
	margin-top: 20px;
	width: 590px;
	float: left;
	/*height: 600px;*/
}

.news2-lt .news2-lt-up {
	background: url(../Images/news2-s-bg.png);
	background-size: 100% 100%;
	width: 550px;
	height: 365px;
	padding: 15px 20px 0 20px;
}

.news2-lt .news2-lt-up ul li {
	height: 70px;
	border-bottom: 1px solid #efefef;
	position: relative;
}

.news2-lt .news2-lt-up ul li i {
	display: block;
	width: 1px;
	height: 30px;
	background-color: #dcdcdc;
	position: absolute;
	left: 75px;
	top: 16px;
}

.news2-lt .news2-lt-up ul li span {
	padding-top: 15px;
	float: left;
	font-size: 26px;
	color: #c2c2c2;
	display: block;
	width: 60px;
	height: 45px;
	font-weight: bold;
	text-align: center;
}

.news2-lt .news2-lt-up ul li span p {
	margin-top: 5px;
	font-size: 12px;
	color: #c2c2c2;
	font-weight: 500;
}

.news2-lt .news2-lt-up ul li h2 {
	margin-top: 10px;
	width: 450px;
	float: right;
	line-height: 23px;
	font-size: 16px;
	color: #333333;
	margin-left: 30px;
}

.news2-lt .news2-lt-up ul li:last-child {
	border-bottom: 0;
}

.news2-lt .news2-lt-down {
	margin-top: 15px;
	background-color: #ffffff;
	width: 540px;
	height: 125px;
	border-radius: 5px;
	padding: 20px 25px;
}

.news2-lt-down img {
	width: 30%;
	float: left;
}

.news2-lt-down h2 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	width: 360px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.news2-lt-down p {
	float: right;
	width: 360px;
	color: #666666;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
}



.news2-rt {
	margin-top: 20px;
	width: 590px;
	float: right;
	/*height: 600px;*/
}


.news2-rt .news2-rt-up {
	background-color: #f8f8f8;
	width: 540px;
	height: 125px;
	border-radius: 5px;
	padding: 20px 25px;
}

.news2-rt-up img {
	width: 30%;
	float: left;
}

.news2-rt-up h2 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	width: 360px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.news2-rt-up p {
	float: right;
	width: 360px;
	color: #666666;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
}


.news2-rt .news2-rt-down {
	margin-top: 15px;
	background: url(../Images/news2-s-bg.png);
	background-size: 100% 100%;
	width: 550px;
	height: 375px;
	padding: 5px 20px 0 20px;
}

.news2-rt .news2-rt-down ul li {
	height: 65px;
	border-bottom: 1px solid #efefef;
	position: relative;
}


.news2-rt .news2-rt-down ul li h2 {
	margin-top: 8px;
	width: 500px;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}

.news2-rt .news2-rt-down ul li p {
	margin-top: 8px;
	font-size: 14px;
	color: #999999;
	font-weight: 500;
}

.news2-rt .news2-rt-down ul li i {
	position: absolute;
	right: 0;
	top: 15px;
}

.news2-rt .news2-rt-down ul li:last-child {
	border-bottom: 0;
}



/* 品牌资讯3 */

.news3-box {
	width: 100%;
	height: 680px;
	background-color: #ffffff;

}

.news3-wrap {
	margin: 0 auto;
	width: 1200px;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news3-wrap .news3-con {
	width: 383px;
	height: 600px;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
}

.news3-wrap .news3-con .news3-con-tit {
	width: 363px;
	height: 65px;
	padding: 23px 0 0 20px;
}

.news3-wrap .news3-con .nbg3-1 {
	background: url(../Images/news3-tit-bg1.png);
	background-size: 100% 100%;
}

.news3-wrap .news3-con .nbg3-2 {
	background: url(../Images/news3-tit-bg2.png);
	background-size: 100% 100%;
}

.news3-wrap .news3-con .nbg3-3 {
	background: url(../Images/news3-tit-bg3.png);
	background-size: 100% 100%;
}





.news3-wrap .news3-con .news3-con-tit h3 {
	line-height: 30px;
	height: 30px;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

.news3-wrap .news3-con ul li {
	padding: 15px 15px 0px 15px;
	height: 85px;
	position: relative;
}

.news3-wrap .news3-con ul li img {
	width: 110px;
	height: 82px;
	border-radius: 5px;
	float: left;
}

.news3-wrap .news3-con ul li h2 {
	float: right;
	width: 230px;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
}

.news3-wrap .news3-con ul li p {
	position: absolute;
	left: 139px;
	bottom: 10px;
	font-size: 12px;
	color: #c2c2c2;
}




/* 热门问答 */

.hotQA-box {
	width: 100%;
	height: 740px;
	background: url(../Images/hotQA-bg.png);
	background-size: 100% 100%;
}

.hotQA-wrap {
	margin: 0 auto;
	width: 1200px;
	padding-top: 30px;
}

.hotQA-con {
	width: 875px;
	float: left;
}

.hotQA-con-tit {
	height: 50px;
}

.hotQA-con-tit img {
	float: left;
}

.hotQA-con-tit h3 {
	font-size: 20px;
	line-height: 30px;
	margin-left: 15px;
	float: left;
	color: #333333;
	font-weight: bold;
}

.hotQA-con-tit p {
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
	float: left;
	color: #666666;
}

.hotQA-con-list {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 20px 10px;
}

.hotQA-con-list ul li {
	margin-bottom: 15px;
}

.hotQA-con-list ul li>.wen {
	line-height: 22px;
	font-size: 16px;
	color: #333333;
}

.hotQA-con-list ul li>.wen img {
	margin-right: 10px;
}

.hotQA-con-list ul li>.pv {
	margin-top: 10px;
	color: #999999;
	font-size: 12px;
}

.hotQA-con-list ul li>.pv>img {
	margin-top: 5px;
	margin-right: 5px;
}

.hotQA-con-list ul li>.dis {
	margin-top: 10px;
	height: 40px;
	padding: 15px 20px;
	color: #999999;
	background-color: #f8f8f8;
	border-radius: 10px;
	line-height: 20px;
}


.zh-con {
	width: 300px;
	float: right;
}


.zh-con .zh-con-tit {
	height: 50px;
}

.zh-con .zh-con-tit h4 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
}

.zh-con .zh-con-tit h4 i {
	display: inline-block;
	margin-right: 10px;
}

.zh-con .zh-con-tit h4 i img {
	margin-top: 15px;
	margin-bottom: 10px;
}

.zh-con .zh-con-tit a {
	display: block;
	float: right;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 50px;
}

.zh-con-list {
	width: 260px;
	height: 602px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 20px 0 20px;
}

.zh-con-list ul li {
	margin-bottom: 15px;
	position: relative;
	width: 260px;
	height: 183px;
	overflow:hidden;
}

.zh-con-list ul li img {
	width: 100%;
}


.zh-con-list ul li p {
	width: 250px;
	padding: 0 5px;
	background-color: #011b47;
	opacity: 0.75;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}





/* 合作伙伴 */
.cooperation-title {
	margin-top: 10px;
	text-align: center;
	width: 1200px;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
}

.cooperation-title span {
	width: 40px;
	height: 12px;
	display: block;
	margin-top: 15px;
}

.c-ico1 {
	background: url(../Images/bg-ico.png) -423px -18px;
}

.c-ico2 {
	background: url(../Images/bg-ico.png) -479px -18px;
}

.cooperation-title h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
	margin: 0 20px;
}

.cooperation-list {
	background: #fff;
	box-shadow: 0 0 10px #e8eaee;
	height: 240px;
	overflow: hidden;
	padding: 5px 0px 10px 0;
}


.cooperation-list ul li {
	float: left;
	margin: 15px 0 0 14px;
	width: 155px;
	height: 100px;
	box-shadow: 0 1px 8px #ddd;
}


.cooperation-list ul li:hover {
	box-shadow: 0 0 8px #f3d0d3;
}



.footer {
	width: 100%;
	background: #292a2c;
	padding-bottom: 10px;
}

.footer-logo {
	width: 200px;
	float: left;
	margin-left: 50px;
}

.footer-logo li {
	text-align: center;
}

.code-img {
	float: left;
	width: 70px;
	margin-left: 10px;
}

.code-img img {
	width: 100%;
}

.code-img p {
	color: #fff;
	line-height: 25px;
}

.site-contact {
	margin-top: 15px;
}

.site-contact span {
	color: #c3172b;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}

.site-contact p {
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.footer-info {
	padding-top: 40px;
	margin-left: 80px;
	float: left;
}

.friendlink {
	min-height: 100px;
	margin-bottom: 20px;
}

.friendlink span {
	margin-top: 5px;
	display: block;
	width: 80px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	background: #000;
	text-align: center;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	float: left;
	font-size: 12px;
}

.link-list {
	float: left;
	width: 770px;
	margin-left: 15px;
}

.link-list li {
	float: left;
	line-height: 25px;
	margin-left: 10px;
	font-size: 12px;
	/*width: 95px;*/
}

.link-list li a {
	color: #bbb;
}

.link-list li a:hover {
	color: #fff;
}

.foot-nav {
	padding-top: 15px;
	width: 860px;
	border-top: 1px solid #424242;
}

.foot-nav a {
	margin-right: 15px;
	font-size: 12px;
	color: #bbb;
}

.foot-nav p {
	color: #666;
	font-size: 12px;
	line-height: 25px;
}

.foot-nav p a {
	color: #666;
}